home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / uother__ / wmc72.zip / SAVENDW.SM < prev    next >
Text File  |  1996-09-02  |  449b  |  9 lines

  1. sub main()
  2.     Exclusive true  ' Set run of this program to exclusive. Should not have to modify this line.
  3.     WinActivate ReadINI$("Configuration","BannerTitle","NDW.INI") ' Set Norton as the active application.  Should not have to modify this line.
  4.     Menu "Options.SaveConfiguration"  ' Activate Save Configuration Menu option.  This line may need to be changed if you have modified where the Save Configuration menu item is located.
  5. end sub
  6.  
  7.  
  8.  
  9.